Tag
10 articles
Learn to build an AI coding assistant similar to Cursor using OpenAI's API. This tutorial teaches you how to generate, explain, and complete code snippets programmatically.
This article explores how advanced AI coding assistants like Codex work, using a real-world example of generating Linux window manager configurations. It explains the underlying technology and reveals important limitations of current AI systems.
This article explains how OpenAI's Codex AI coding assistant is being deployed on mobile platforms, covering the technical aspects of model compression, multimodal learning, and the implications for privacy and accessibility.
Learn how to use GitHub Spec-Kit to implement spec-driven development with AI coding agents, reducing the 'vibe-coding' problem where AI-generated code compiles but doesn't meet actual requirements.
Learn how to set up and use GitHub Copilot, the AI coding assistant that's shifting to usage-based pricing. Create a Python project and experience AI-powered code suggestions.
Learn to build an AI-powered coding assistant that generates and executes code from natural language prompts, similar to tools like Cursor that SpaceX is investing in.
Learn to build a basic AI-powered code assistant that can generate code suggestions and explain code snippets using Python and Hugging Face Transformers.
Learn how developers use iTerm2 to streamline their AI coding workflows by automating project setups and reducing switching costs between different coding projects.
Learn how Codex, OpenAI's AI coding tool, is getting smarter with new plugins that help developers automate workflows and compete with other AI assistants.
Learn how to set up and use OpenAI's Codex AI coding tool on Windows to generate Python code from natural language prompts.